home *** CD-ROM | disk | FTP | other *** search
/ The Games Machine 8 / The Games Machine - Ita - CD-ROM Vol.08.rar / TGM08.ISO / delphine / inst.bat < prev    next >
DOS Batch File  |  1995-07-23  |  938b  |  66 lines

  1. @echo off
  2.  
  3. if exist c:\fade\trigo.dat goto installed
  4. echo This is the first time that you have run this game.
  5. echo The necessary files will copy across to your hard drive. 
  6. pause
  7. cls
  8. md c:\fade
  9.  
  10. :start
  11.  
  12. echo Type in the letter of your CD ROM drive (ie. D)
  13. reply
  14. IF errorlevel 123 GOTO END
  15. IF errorlevel 107 GOTO NO_KEY   
  16. IF errorlevel 105 GOTO RUNI
  17. IF errorlevel 104 GOTO RUNH
  18. IF errorlevel 103 GOTO RUNG
  19. IF errorlevel 102 GOTO RUNF
  20. IF errorlevel 101 GOTO RUNE
  21. IF errorlevel 100 GOTO RUND
  22. IF errorlevel 35 GOTO NO_KEY
  23.  
  24. :RUND
  25. install d: c: fade
  26. pause
  27. goto end
  28.  
  29. :RUNE
  30. install e: c: fade
  31. pause
  32. goto end
  33.  
  34. :RUNF
  35. install f: c: fade
  36. pause
  37. goto end
  38.  
  39. :RUNG
  40. install g: c: fade
  41. pause
  42. goto end
  43.  
  44. :RUNH
  45. install h: c: fade
  46. pause
  47. goto end
  48.  
  49. :RUNI
  50. install i: c: fade
  51. pause
  52. goto end
  53.  
  54. :NO_KEY
  55. ECHO You need to type a letter in the range D-I
  56. echo.
  57. goto start
  58.  
  59. :END
  60.  
  61.  
  62. :installed
  63. c:
  64. cd\FADE
  65. f2b
  66.